home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Cosmic Defender.swf
/
scripts
/
frame_23
/
PlaceObject2_280_2
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
123 b
|
9 lines
onClipEvent(load){
i = 1;
while(i < 10)
{
this.attachMovie("star","star_" + i,i);
i++;
}
}